home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.exe / FlyBox.dxr / 00012_SizeMovie.ls < prev    next >
Encoding:
Text File  |  2002-04-15  |  202 b   |  12 lines

  1. global DBPath, CurFly
  2.  
  3. on prepareMovie
  4.   (the stage).rect = (the desktopRectList)[1]
  5.   (the stage).drawRect = (the desktopRectList)[1]
  6. end
  7.  
  8. on startMovie
  9.   DBPath = the applicationPath
  10.   CurFly = 0
  11. end
  12.